ZQ-77: add composer dictation and Desktop native-input foundation - #175
Draft
zqbake wants to merge 33 commits into
Draft
ZQ-77: add composer dictation and Desktop native-input foundation#175zqbake wants to merge 33 commits into
zqbake wants to merge 33 commits into
Conversation
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
zqbake
marked this pull request as draft
August 21, 2026 13:42
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
zqbake
marked this pull request as ready for review
August 24, 2026 04:07
zqbake
marked this pull request as draft
August 24, 2026 15:07
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
zqbake
marked this pull request as ready for review
August 24, 2026 17:16
zqbake
marked this pull request as draft
August 25, 2026 01:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2.1.0composer dictation with an independent Qwen ASR adapter, capability gating, bounded session state, exact-once commit receipts, and explicit Memory-correction handlingArchitecture and safety
Desktop renderer (existing microphone + Gateway WS) -> Electron main (narrow IPC) -> QwenInputBridge (signed stdio/socket broker) -> Qwen Input (InputMethodKit) -> focused macOS text clientInstalled-app and GUI evidence
On macOS 26.5.1 arm64 with the Debug/ad-hoc build:
Automated verification
npm run native-input:testnode --test desktop/test/native-input-*.test.mjs(34/34)npm testnpm run lintnpm run buildgit diff --checkhdiutil verify; packaged Desktop, Bridge, and IME pass strict/deep code-sign verificationx86_64andarm64Remaining release gates
This PR remains Draft. The installed InputMethodKit path has been exercised in TextEdit and Safari, but the physical-microphone/provider path in the packaged Desktop UI, raw Terminal/Secure Keyboard Entry matrix, Intel runtime, and Developer ID hardened-runtime/notarized/stapled release have not been completed. The local artifacts are ad-hoc signed and are not production release evidence. The remaining matrix is documented in
docs/desktop/native-input-testing.mdand its Chinese counterpart.Closes ZQ-77
Related #165